PowerTCP Sockets for .NET
Read(Byte[],Int32,Int32) Method




Syntax
'Declaration
 
Public Overloads Function Read( _
   ByVal buffer() As Byte, _
   ByVal offset As Integer, _
   ByVal count As Integer _
) As Data
'Usage
 
Dim instance As TcpBase
Dim buffer() As Byte
Dim offset As Integer
Dim count As Integer
Dim value As Data
 
value = instance.Read(buffer, offset, count)
public Data Read( 
   byte[] buffer,
   int offset,
   int count
)
public: Data* Read( 
   byte[]* buffer,
   int offset,
   int count
) 
public:
Data^ Read( 
   array<byte>^ buffer,
   int offset,
   int count
) 

Parameters

buffer
offset
count
See Also

Reference

TcpBase Class
TcpBase Members
Overload List


PowerTCP Sockets for .NET Documentation Version 6.1
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic